home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcr / pcr4_4.lha / DIST / loading / test1.c < prev    next >
C/C++ Source or Header  |  1989-01-05  |  109b  |  12 lines

  1. test1(addr)
  2. char *addr;
  3. {
  4.     printf("%s\n",addr);
  5.     return 43;
  6. }
  7.  
  8. test1_other()
  9. {
  10.   printf("hello there.\n");
  11. }
  12.